home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / fratboy_.swf / scripts / DefineSprite_1700_instr / frame_188 / DoAction.as
Text File  |  2010-11-09  |  370b  |  13 lines

  1. _root.pausee = false;
  2. _root.attachMovie("start btn","start",_root.getNextHighestDepth(),{_x:522,_y:454});
  3. _root.start.onRelease = function()
  4. {
  5.    _root.delay = 7;
  6.    _root.msg1 = _root.msg2 = _root.msgCost = undefined;
  7.    _root.msgTable._visible = false;
  8.    this.swapDepths(99999);
  9.    removeMovieClip(this);
  10. };
  11. this.swapDepths(99999);
  12. removeMovieClip(this);
  13.